home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / musik / mrmpeg / about.rexx < prev    next >
OS/2 REXX Batch file  |  1998-01-02  |  293b  |  10 lines

  1. /* About.rexx */
  2.  
  3. options results; address MrMPEG
  4.  
  5. request ID WARN GADGETS '"OK"' '"\033c\033bMrMPEG 1.4\033n\n'||,
  6.   '\033c©1997-1998 Deok-Min Yun\n\033cAll rights reserved.\n\n'||,
  7.   '\033cVisit my web page at\n'||,
  8.   '\033u\033bhttp://www.geocities.com/SiliconValley/Horizon/7576/"'
  9. return
  10.